home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / domacnost a kancelar / actual / atwsetup.exe / install_script.iss < prev    next >
Text File  |  2007-05-09  |  7KB  |  119 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=Actual Transparent Window
  5. AppVerName=Actual Transparent Window 4.4
  6. AppId=Actual Transparent Windows
  7. AppVersion=4.4
  8. AppPublisher=Actual Tools
  9. AppPublisherURL=http://www.actualtools.com
  10. AppSupportURL=http://www.actualtools.com
  11. AppUpdatesURL=http://www.actualtools.com
  12. DefaultDirName={pf}\Actual Transparent Window
  13. DefaultGroupName=Actual Transparent Window
  14. UninstallDisplayIcon={app}\ActualTransparentWindowCenter.exe
  15. OutputBaseFilename=atwsetup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\ActualTransparentWindowConfig.exe"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  24. Source: "{app}\atwemb.dll"; DestDir: "{app}"; Flags: restartreplace overwritereadonly uninsrestartdelete ignoreversion 
  25. Source: "{app}\ActualTransparentWindowCenter.exe"; DestDir: "{app}"; Flags: uninsrestartdelete ignoreversion 
  26. Source: "{app}\en.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\WhatsNew.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\options.ini"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  32. Source: "{app}\WindowRules.ini"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist 
  33. Source: "{app}\Languages\chinese_simplified.lng"; DestDir: "{app}\Languages"; 
  34. Source: "{app}\Languages\chinese_traditional.lng"; DestDir: "{app}\Languages"; 
  35. Source: "{app}\Languages\english.lng"; DestDir: "{app}\Languages"; 
  36. Source: "{app}\Languages\french.lng"; DestDir: "{app}\Languages"; 
  37. Source: "{app}\Languages\german.lng"; DestDir: "{app}\Languages"; 
  38. Source: "{app}\Languages\japanese.lng"; DestDir: "{app}\Languages"; 
  39. Source: "{app}\Languages\polish.lng"; DestDir: "{app}\Languages"; 
  40. Source: "{app}\Languages\portuguese_brazilian.lng"; DestDir: "{app}\Languages"; 
  41. Source: "{app}\Languages\russian.lng"; DestDir: "{app}\Languages"; 
  42. Source: "{app}\Languages\serbian_cyrillic.lng"; DestDir: "{app}\Languages"; 
  43. Source: "{app}\Languages\serbian_latin.lng"; DestDir: "{app}\Languages"; 
  44. Source: "{app}\Languages\spanish.lng"; DestDir: "{app}\Languages"; 
  45. Source: "{app}\Languages\ukrainian.lng"; DestDir: "{app}\Languages"; 
  46. Source: "{app}\Skins\Aero_Style_Glass_Beta_1.zip"; DestDir: "{app}\Skins"; 
  47. Source: "{app}\Skins\Aero_Style_Glass_Beta_1_GlassB1D.zip"; DestDir: "{app}\Skins"; 
  48. Source: "{app}\Skins\Aero_Style_Glass_Beta_1_GlassB1DT.zip"; DestDir: "{app}\Skins"; 
  49. Source: "{app}\Skins\Aero_Style_Glass_Beta_2.zip"; DestDir: "{app}\Skins"; 
  50. Source: "{app}\Skins\Aero_Style_Glass_Beta_2_GlassB2D.zip"; DestDir: "{app}\Skins"; 
  51. Source: "{app}\Skins\Aero_Style_Glass_Beta_2_GlassB2DN.zip"; DestDir: "{app}\Skins"; 
  52. Source: "{app}\Skins\Aero_Style_Vista_Beta_1.zip"; DestDir: "{app}\Skins"; 
  53. Source: "{app}\Skins\Aero_Style_Vista_Beta_2.zip"; DestDir: "{app}\Skins"; 
  54. Source: "{app}\Skins\StyleXP.zip"; DestDir: "{app}\Skins"; 
  55. Source: "affiliate.dll"; Flags: dontcopy 
  56. Source: "Utils.dll"; Flags: dontcopy 
  57.  
  58. [Dirs]
  59. Name: "{app}\Languages"; 
  60.  
  61. [Registry]
  62. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Actual Transparent Window"; ValueType: String; ValueData: """{app}\ActualTransparentWindowCenter.exe"""; Check: "IsWriteAutorunRequired"; AfterInstall: "RemoveOldAutorun"; Flags: uninsdeletevalue noerror 
  63. Root: HKCU; Subkey: "Software\Actual Tools\Actual Transparent Window"; ValueName: "Language"; ValueType: String; ValueData: "en"; Flags: createvalueifdoesntexist uninsdeletevalue noerror 
  64.  
  65. [INI]
  66. FileName: "{app}\ActualTransparentWindowConfig.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.actualtools.com/?ref=atw44_menu{code:AffIdForURL}"; 
  67.  
  68. [Run]
  69. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  70. Filename: "{app}\ActualTransparentWindowConfig.exe"; Parameters: "-eval_time_install"; 
  71. Filename: "{app}\ActualTransparentWindowCenter.exe"; Description: "Launch Actual Transparent Window"; Flags: postinstall skipifsilent nowait
  72. Filename: "{app}\ActualTransparentWindowConfig.exe"; Parameters: "-import {code:GetImportFileName} {code:GetQuotedConfigName}"; Check: "IsImportRequested"; 
  73.  
  74. [UninstallRun]
  75. Filename: "{app}\ActualTransparentWindowCenter.exe"; Parameters: "UNLOAD"; 
  76. Filename: "{app}\ActualTransparentWindowConfig.exe"; Parameters: "UNLOAD"; 
  77. Filename: "{app}\ActualTransparentWindowCenter.exe"; Parameters: "U"; 
  78.  
  79. [Icons]
  80. Name: "{group}\Actual Transparent Window"; Filename: "{app}\ActualTransparentWindowCenter.exe"; 
  81. Name: "{group}\Configuration"; Filename: "{app}\ActualTransparentWindowConfig.exe"; 
  82. Name: "{group}\Help"; Filename: "{app}\en.chm"; 
  83. Name: "{group}\Actual Transparent Window on the Web"; Filename: "{app}\ActualTransparentWindowConfig.url"; 
  84. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  85. Name: "{group}\License"; Filename: "{app}\license.txt"; 
  86. Name: "{group}\Uninstall Actual Transparent Window"; Filename: "{app}\unins000.exe"; 
  87. Name: "{group}\Products Catalog"; Filename: "%windir%\hh.exe"; Parameters: "mk:@MSITStore:{app}\en.chm::/products/index.htm"; Comment: "Actual Tools Products Catalog"; 
  88.  
  89. [InstallDelete]
  90. Type: files; Name: "{app}\ActualTransparentWindowsConfig.exe"; 
  91. Type: files; Name: "{app}\ActualTransparentWindowsCenter.exe"; 
  92. Type: files; Name: "{app}\ActualTransparentWindows.chm"; 
  93. Type: files; Name: "{app}\en.chm"; 
  94. Type: files; Name: "{app}\ActualTransparentWindowsConfig.url"; 
  95. Type: files; Name: "{group}\Actual Transparent Windows.lnk"; 
  96. Type: files; Name: "{group}\Configuration.lnk"; 
  97. Type: files; Name: "{group}\Help.lnk"; 
  98. Type: files; Name: "{group}\Actual Transparent Windows on the Web.lnk"; 
  99. Type: files; Name: "{group}\Uninstall Actual Transparent Windows.lnk"; 
  100.  
  101. [UninstallDelete]
  102. Type: files; Name: "{app}\ActualTransparentWindowConfig.url"; 
  103.  
  104. [CustomMessages]
  105. default.NameAndVersion=%1 version %2
  106. default.AdditionalIcons=Additional icons:
  107. default.CreateDesktopIcon=Create a &desktop icon
  108. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  109. default.ProgramOnTheWeb=%1 on the Web
  110. default.UninstallProgram=Uninstall %1
  111. default.LaunchProgram=Launch %1
  112. default.AssocFileExtension=&Associate %1 with the %2 file extension
  113. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  114.  
  115. [Languages]
  116. ; These files are stubs
  117. ; To achieve better results after recompilation, use the real language files
  118. Name: "default"; MessagesFile: "embedded\default.isl"; 
  119.